From 6242befca28c5edb9cb4f86a8d2d866df97e7bdc Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sun, 20 Nov 2005 10:18:29 +0100 Subject: [PATCH] Small build fix to Python xenstore interface library. Signed-off-by: Stefan Berger --- tools/python/xen/lowlevel/xs/xs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/lowlevel/xs/xs.c b/tools/python/xen/lowlevel/xs/xs.c index d6b5b44f85..e29d46b544 100644 --- a/tools/python/xen/lowlevel/xs/xs.c +++ b/tools/python/xen/lowlevel/xs/xs.c @@ -172,7 +172,7 @@ static PyObject *xspy_ls(PyObject *self, PyObject *args, PyObject *kwds) char *path; char **xsval; - int xsval_n; + unsigned int xsval_n; if (!parse_transaction_path(self, args, kwds, &xh, &th, &path)) return NULL; -- 2.30.2